home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / embedded_url.ini < prev    next >
Text File  |  2006-09-15  |  909b  |  14 lines

  1. # VERSION=1.000002
  2. #                                        
  3. # Regular expression for matching an embedded URL with host
  4. # Expression will be compiled with the Boost engine and the flags
  5. # boost::regbase::normal | boost::regbase::icase
  6. #
  7. ([a-z][a-z0-9\+\-\.]*:\/\/)?((?:(?:[a-z0-9\-\._~!])|(?:%[a-f0-9]{2}))*@)?((?:((?:(?:0?[0-9]{1,3})|(?:0x[a-f0-9]{2}))\.){3}(?:(?:0?[0-9]{1,3})|(?:0x[a-f0-9]{2})))|(?:(?:[a-z0-9\-\._~]|(?:%[a-f0-9]{2}))+(?:\.(?:(?:[a-z]|(?:%[a-f0-9]{2})){2,4}|museum))))(:[0-9]*)?((?:\/(?:[a-z0-9\-\._~!\$\&'\(\)\*\+,;=:@]|(?:%[a-f0-9]{2}))*)*)((?:\?(?:[a-z0-9\-\._~!\$\&'\(\)\*\+,;=:@\/\?]|(?:%[a-f0-9]{2}))*)?)((?:\#(?:[a-z0-9\-\._~!\$\&'\(\)\*\+,;=:@\/\?]|(?:%[a-f0-9]{2}))*)?)
  8.  
  9. #                                        
  10. # Regular expression to filter out unwanted matches
  11. # Expression will be compiled with the Boost engine and the flags
  12. # boost::regbase::normal | boost::regbase::icase
  13. #
  14. ^[a-z0-9][a-z0-9\.\-]*@[a-z0-9][a-z0-9\.\-]*